Skip to content

Add mp to sounding - #216

Draft
AndersJensen-NOAA wants to merge 25 commits into
ufs-community:noaa/developfrom
AndersJensen-NOAA:add_mp_to_sounding
Draft

Add mp to sounding#216
AndersJensen-NOAA wants to merge 25 commits into
ufs-community:noaa/developfrom
AndersJensen-NOAA:add_mp_to_sounding

Conversation

@AndersJensen-NOAA

@AndersJensen-NOAA AndersJensen-NOAA commented Feb 19, 2026

Copy link
Copy Markdown
Collaborator

Adds 1d microphysics profiles to mpas sounding output

Once tempo v3 is merged - only one file will be changed in this PR:
core_atmosphere/diagnostics/mpas_soundings.F

Priority Reviewers

  • Please list the developers/collaborators you'd like to prioritize for review
  • Example:

- added graupel volume to init_atmosphere registry
- formatted code
@dustinswales dustinswales moved this from In progress to DRAFT in MPAS-A PRs to process Apr 21, 2026
@AndersJensen-NOAA AndersJensen-NOAA moved this from DRAFT to Icebox in MPAS-A PRs to process Apr 22, 2026
@AndersJensen-NOAA AndersJensen-NOAA moved this from Icebox to DRAFT in MPAS-A PRs to process Apr 22, 2026
@clark-evans

Copy link
Copy Markdown
Collaborator

@AndersJensen-NOAA WPC is interested in this capability for FFaIR - what (if anything) would be needed to get this ready in the next week or two?

Comment on lines +340 to +342
rainncv(iStn), &
snowncv(iStn), &
graupelncv(iStn)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clark-evans: there is a bug here for the three timestep precipitation variables.

rainncv(iStn) should be rainncv(stationCells(iStn))
snowncv(iStn) should be snowncv(stationCells(iStn))
graupelncv(iStn) should be graupelncv(stationCells(iStn))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: DRAFT

Development

Successfully merging this pull request may close these issues.

3 participants